home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / Scroll.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-25  |  213 b   |  7 lines  |  [TEXT/CWIE]

  1. /*    VScrollRect: ultra-fast vertical ScrollRect that does not fill
  2.     with the background pattern; useful when drawing in srcCopy */
  3.  
  4. #pragma internal on
  5. void VScrollRect(RectPtr r, short dh);
  6. #pragma internal reset
  7.